Skip to content

Bump the non-major-versions group across 1 directory with 2 updates#298

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/flutter_frontend/non-major-versions-7ddb26c8f1
Open

Bump the non-major-versions group across 1 directory with 2 updates#298
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/flutter_frontend/non-major-versions-7ddb26c8f1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the non-major-versions group with 2 updates in the /flutter_frontend directory: build_runner and toastification.

Updates build_runner from 2.13.1 to 2.14.1

Release notes

Sourced from build_runner's releases.

package:build_runner v2.14.1

  • Bug fix: fix crash if a package used to belong to a workspace but was removed from the workspace leaving a stale workspace.ref file.
  • Bug fix: the watch command now always does one build before exiting due to a request from another build_runner process. Fix crashes related to request before build start.

package:build_runner v2.14.0

  • Performance: further improvements to management of files for analysis for 2x faster incremental builds.
  • Performance: default to AOT compilation for commands other than run. This costs more initial startup time but gives faster builds afterwards. Fall back to JIT if the compile fails due to use of dart:mirrors. Use the --force-jit flag if you want the old default JIT builder compile. Use the --force-aot flag to turn off the fallback to JIT compile.
  • Add support for asset: scheme to the --build-filter flag. It is like package: but for the whole package, not just lib. For example, package:a/b.dart is the same as asset:a/lib/b.dart.
  • Paths specified using --build-filter when using the --workspace flag now apply to the current package, not the workspace root. Other packages must be referred to using package: or asset: schemes.
  • Add OSC 8 hyperlinks for logged input paths.
  • Better handling of deletions of files during the build: if the file is not needed ignore the deletion, if it's needed try to use the cached version, as a last resort restart the build.
  • Defer deletions of files by build_runner until the build is complete. Don't write files unless the contents changed. These reduce unnecessary work by tools that watch the filesystem.
  • --workspace flag is no longer experimental, remove the warning.
  • Add --workspace flag to clean command, use it to clear the cache used for a --workspace build.
  • Add new command stop: run dart run build_runner stop to terminate a running watch or serve command in the current package or workspace. If a build is in progress, the build will complete first.
  • Add locking: build_runner will wait for any already-running command before running. If there is an already-running watch or serve command, it will be closed after the currently-running build, as if you ran the new dart run build_runner stop.
  • Note: the daemon command ignores build_runner stop and ignores the new locking as it uses its own locking.
  • Bug fix: small correctness fix in input tracking.
  • Bug fix: fix corner case that caused missing outputs with build_runner serve when directories were specified with a port, for example build_runner serve web:0. Before the fix, non-optional outputs to cache under web would be skipped unless they were used by another build step. With the fix, all non-optional outputs under web are built and served.
  • Bug fix: when building with --workspace generate the entrypoint and compiled artifacts under the workspace root instead of the current package root.
  • Remove code_builder dependency so builders can use any version of it.
Commits

Updates toastification from 3.0.3 to 3.2.0

Release notes

Sourced from toastification's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: payam-zahedi/toastification@v3.1.0...v3.2.0

What's Changed

New Contributors

Full Changelog: payam-zahedi/toastification@v3.1.0...v3.2.0

v3.1.0

What's Changed

New Contributors

Full Changelog: payam-zahedi/toastification@v3.0.2...v3.1.0

Changelog

Sourced from toastification's changelog.

3.2.0

3.1.0

  • core: upgrade minimum supported flutter version to 3.38.0
  • fix: dispose overlay and value listener after animation remove by @​pedrosantosdd
  • fix: Resolve toast block by Overlay breaking change (Flutter 3.38+) by @​RF103T
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the non-major-versions group with 2 updates in the /flutter_frontend directory: [build_runner](https://github.com/dart-lang/build) and [toastification](https://github.com/payam-zahedi/toastification).


Updates `build_runner` from 2.13.1 to 2.14.1
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.13.1...build_runner-v2.14.1)

Updates `toastification` from 3.0.3 to 3.2.0
- [Release notes](https://github.com/payam-zahedi/toastification/releases)
- [Changelog](https://github.com/payam-zahedi/toastification/blob/main/CHANGELOG.md)
- [Commits](https://github.com/payam-zahedi/toastification/commits/v3.2.0)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-versions
- dependency-name: toastification
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants